Component org.nuxeo.drive.elasticsearch.automation.server.bindings
In bundle org.nuxeo.drive.elasticsearch
Requirements
Resolution Order
827
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime
framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.drive.elasticsearch.automation.server.bindings" version="1.0">
<require>org.nuxeo.elasticsearch.audit.contrib</require>
<extension target="org.nuxeo.ecm.automation.server.AutomationServer" point="bindings">
<!-- Protect Nuxeo Drive integration test operations -->
<binding name="NuxeoDrive.WaitForElasticsearchCompletion">
<administrator>true</administrator>
</binding>
</extension>
</component>